<Button TextID="21203" Command="New" HelpTextID="10000"> <!-- I refuse to make the New-button jump to the beginning/end of the toolbar, just because it does it on the Windows version! -->
<Bar Name="ProgressBar" Border="Never" Thickness="0" Width="20" Height="20" Padding="1"> <!-- The buttons in the progress-/link-bar should never have borders -->
<Button Family="1" Priority="2" HelpText="Shows security (drag this to save bookmark)">
<IntImage TextID="21011" Command="Printview as screen" Normal="addressbar_print_pv.png"/>
<IntImage TextID="21012" Command="Printview active frame" Normal="addressbar_print_pv.png"/>
<IntImage TextID="21013" Command="Printview all frames" Normal="addressbar_print_pv.png"/>
</Button>
<Button Family="5" Priority="2" TextID="21235" Command="Stop" HelpTextID="10143"> <!-- if Tool bar is gone, show in progress bar -->
<IntImage Normal="general_stop.png"/>
</Button>
<!-- The following is old (and will never be supported, however, a new tag may be implemented)...
<Button Position="1000" Command="Doc Progress" HelpTextID="10534"> <!- - this is not really a button, it's just a picture! - ->
<IntImage Normal="DocProg.gif"/>
</Button>
<Button Position="1001" Command="Fig Progress" HelpTextID="10535"> <!- - this is not really a button, it's just a picture! - ->
<IntImage Normal="FigProg.gif"/>
</Button>
-->
</Bar>
<!-- The following is temporary, it'll change soon. -->
<Bar Name="DocProg" Border="Never">
<Button Command="Doc Progress" HelpTextID="10534"> <!-- this is not really a button, it's just a picture! -->
<IntImage Normal="windowbar_doc_complete.png"/>
</Button>
</Bar>
<Bar Name="FigProg" Border="Never">
<Button Command="Fig Progress" HelpTextID="10535"> <!-- this is not really a button, it's just a picture! -->
<IntImage Normal="addressbar_load_images.png"/>
</Button>
</Bar>
<!-- End of temporary stuff -->
<Bar Name="AddressBar" Priority="1" Border="Never" Thickness="0" Width="20" Height="20" Padding="1"> <!-- The buttons in the progress-/link-bar should never have borders -->
<Button Family="1" HelpText="Shows security (drag this to save bookmark)">
* up (go to parent directory, or paragraph, chapter, index, home or host)
* about (this is not a standard rel keyword)
* search (go to a search page)
* alternate (alternate languages)
* home,top
* prev,previous (previous page)
* next (next page)
* help
-->
<Button Text="Home" Command="Link" Parameter="Home" HelpText="Go to the homepage of this Web site">
<IntImage Normal="LinkHome.png"/>
</Button>
<Button Text="First" Command="Link" Parameter="first" HelpText="Go to the first page in this Web site"> <!-- "Prev" and "Previous" are treated in the same way -->
<IntImage Normal="LinkFirst.png"/>
</Button>
<Button Text="Prev" Command="Link" Parameter="Prev,Previous" HelpText="Go to the previous page in this Web site"> <!-- "Prev" and "Previous" are treated in the same way -->
<IntImage Normal="LinkPrev.png"/>
</Button>
<Button Text="Next" Command="Link" Parameter="Next" HelpText="Go to the next page in this Web site">
<IntImage Normal="LinkNext.png"/>
</Button>
<Button Text="Last" Command="Link" Parameter="Last" HelpText="Go to the last page in this Web site"> <!-- "Prev" and "Previous" are treated in the same way -->
<IntImage Normal="LinkLast.png"/>
</Button>
<Button Text="Up" Command="Link" Parameter="Up" HelpText="Go up one level (within this Web site)">
<IntImage Normal="LinkUp.png"/>
</Button>
<Button Text="Index" Command="Link" Parameter="Index,Toc" HelpText="Go to the index/TOC of this Web site">
<IntImage Normal="LinkIndex.png"/>
</Button>
<Button Text="Help" Command="Link" Parameter="Help" HelpText="Go to the help page for this Web site">
<IntImage Normal="LinkHelp.png"/>
</Button>
<Button Text="Search" Command="Link" Parameter="Search" HelpText="Go to the search page of this Web site">
<IntImage Normal="LinkSearch.png"/>
</Button>
<Button Text="Copyright" Command="Link" Parameter="Copyright" HelpText="Copyright statement of this Web site">
<IntImage Normal="LinkCopyright.png"/>
</Button>
<Button Text="Author" Command="Link" Parameter="Author" HelpText="Mail the author of this Web site">